home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 October / Software of the Month Club 1996 October.iso / pc / win / edu / specbook / disk1 / _setup.lib / Readme.txt < prev    next >
Encoding:
Text File  |  1996-05-24  |  3.0 KB  |  70 lines

  1. SPECBOOK 2.0 FOR WINDOWS 95 or NT
  2. SpecBook 2.0 is a manager of Mass Spectral data. Mass Spectroscopy is very 
  3. powerful structural analysis technique used by many chemists and biochemists.
  4. This software is designed to help researchers to store and retrieve Mass 
  5. Spectra on their PC's. This product is a freeware for personal and 
  6. educational use and can be freely distributed if original executable file 
  7. as well as  sample database  files are  not changed in  any way. Author 
  8. would appreciate any comments and suggestions. You can contact author 
  9. by e-mail at psimakov@sun.science.wayne.edu. Source code will be provided 
  10. upon request. This program is written in Delphi 2.0. 
  11.  
  12. IMPORT.
  13. SpecBook was designed to directly import data generated by HP ChemStation 
  14. software, which is a standard for HP GC / MassSpect. In order to import 
  15. data user has to Tabulate Spectrum (one of the menu functions of ChemStation
  16. Data Analysis Main Window) and copy generated table into Clipboard. Inside 
  17. SpecBook Import - Import HP data  menu choice should be selected. Click OK 
  18. to load data from clipboard (alternatively data file can be selected). Now 
  19. SpecBook will  automatically create database entries  and  MS Spectra. 
  20. Sample of HP data file is enclosed. Described Import routine can be used 
  21. to import variety of ASCII data files. I believe that procedure will fit 
  22. most of ASCII file structures.  Algorithm of Import routine is outlined 
  23. below:
  24.  
  25. 1. take next line of text file
  26. 2. if first character is not number go to 1.
  27. 3. if first character is number go to 4.
  28. 4. read number (this is m/e), skip next alpha characters until second number 
  29. found and read second number (abandance)
  30. 5. try to find more numbers in the same line, if found go to 4, if not found
  31. go to 1. 
  32.  
  33. LIST OF SUTABLE ASCII FILE FORMATS FOR IMPORT.
  34. 1.2fdsfsdfslfhlfh3.4                    - leads to (1.2, 3.4)
  35. 1.2              3.4fsdfdsfsd           - leads to (1.2, 3.4)
  36. 1.2, 3.4                                - leads to (1.2, 3.4)
  37.  
  38. LIST/ DESCRIPTION OF FILES.
  39. SB2      EXE       519,680   - Executable
  40. MS       DB           59,392   - Ions database
  41. MS       PX             4,096  
  42. MS       VAL             443  
  43. MS       X02         14,336  
  44. MS       XG0         34,816  
  45. MS       XG1         26,624  
  46. MS       XG2         36,864  
  47. MS       Y02            4,096  
  48. MS       YG0           4,096  
  49. MS       YG1           4,096  
  50. MS       YG2           4,096  
  51. COMPOUND.DB         12,288
  52. COMPOUND MB        172,032  
  53. COMPOUND PX          4,096  
  54. COMPOUND X02        10,240  
  55. COMPOUND XG0         4,096  
  56. COMPOUND XG1         4,096  
  57. COMPOUND XG2         4,096  
  58. COMPOUND Y02         4,096  
  59. COMPOUND YG0         4,096  
  60. COMPOUND YG1         4,096  
  61. COMPOUND YG2         4,096  
  62. README   TXT                363   - This file
  63. MSDATA   SPC              1,731   - Example of datafile which will be automatically 
  64.                                        imported in to SpecBook (generated by HP  ChemStation).
  65.  
  66.  
  67.  
  68. Make 37.
  69. 5/23/96
  70.